Defines a special type of flow content that allows to insert existing PDF pages into a flow document. The existing PDF page content is kept as it is, it is not reflown on flow document's page.
Initializes a new PDFFlowPageContent with the specified page.
Initializes a new PDFFlowPageContent with the specified page.
Adds a listener for the create page event.
Adds a listener for the before flow content draw event.
Gets the content background.
The background that fills the flow content bounding rectangle.
Gets the content height.
When this method is called for the first time, the content height is calculated. Subsequent calls with the same 'width' parameter return the already computed height.
Gets the destination name.
A named destination is created at the top of flow content when this property is not null or an empty string.
Gets a value indicating whether the footer defined in the flow document is added to this page.
Gets a value indicating whether the header defined in the flow document is added to this page.
Gets the content inner margins.
The inner margins are located inside the content's bounding rectangle. The margins are applied to content as a whole and not to parts of content when content is split across pages.
Gets the content outer margins.
The outer margins are located outside the content's bounding rectangle. The margins are applied to content as a whole and not to parts of content when content is split across pages.
Gets the existing PDF page to be inserted in the flow document.
Gets the structure element.
Gets an arbitrary object value that can be used to store custom information about this element.
Gets a value indicating whether this page is writeable.
A writeable page allows the flow content of the document to be written on top of existing page content. When the page is not writeable, the page is skipped and the flow content is added to the next page.
This method supports the internal library infrastructure and should not be used by external client code.
This method supports the internal library infrastructure and should not be used by external client code.
Removes a listener for the create page event.
Removes a listener for the before flow content draw event.
Sets the content background.
The background that fills the flow content bounding rectangle.
Sets the destination name.
A named destination is created at the top of flow content when this property is not null or an empty string.
Sets a value indicating whether the footer defined in the flow document is added to this page.
Sets a value indicating whether the header defined in the flow document is added to this page.
Sets the content inner margins.
The inner margins are located inside the content's bounding rectangle. The margins are applied to content as a whole and not to parts of content when content is split across pages.
Sets the content outer margins.
The outer margins are located outside the content's bounding rectangle. The margins are applied to content as a whole and not to parts of content when content is split across pages.
Sets the structure element.
Sets an arbitrary Object value that can be used to store custom information about this element.
Sets a value indicating whether this page is writeable.
A writeable page allows the flow content of the document to be written on top of existing page content. When the page is not writeable, the page is skipped and the flow content is added to the next page.